Occurs before the Where Used HTML page is shown in the Meridian Web Client.
Syntax
WhereUsedPage_IsVisible As Boolean
Remarks
The Where Used HTML page is an alternative implementation of the default Where Used page that is shown in the Meridian Enterprise PowerUser. The HTML page has equivalent functionality that is not available in the default page shown by the AssetManagementWhereUsed extension in the Meridian Web Client. The HTML page is only for use in the Meridian Web Client and the AssetManagementWhereUsed extension should not be assigned to any document types.
Return False (default) to hide the property page.
Example
Function WhereUsedPage_IsVisible() WhereUsedPage_IsVisible = True End Function